home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 224_01 / rev.hlp < prev    next >
Text File  |  1986-12-04  |  384b  |  11 lines

  1. NAME
  2.      rev - reverse lines of a file
  3.  
  4. SYNTAX
  5.      rev [ file ] ...
  6.  
  7. DESCRIPTION
  8.      Rev copies the named files to the standard output, reversing
  9.      the order of characters in every line.  If no file is specified, 
  10.      the standard input is copied.
  11.